The common base class for both the store folder and category folders Provides methods for searching for products within this resource. Eg a search within a ECommerceStoreCategoryFolder only yields results within that category, but a search on ECommerceStoreFolder yields results from all categories in the store
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| name | String | Returns the name of the category if on a category level, otherwise returns stores name. | |
| children | List | ||
| parent | CommonCollectionResource | ||
| store | ECommerceStore | Returns current eCommerce Store Object |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| searchProducts ( query ) | KSearchResponse | Search for or list products for the | |
| searchProducts ( query, category, from, size ) | KSearchResponse | Search for products in the specified category name. | |
| searchProducts ( query, category, from, size, sortField, asc ) | KSearchResponse | Search for products. |
Hide comments